From e19174888e5ffbd42c22829b9fd3d6a77c70f4c3 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Sat, 3 Aug 2002 23:26:14 +0000 Subject: [PATCH] (tramp-perl-encode, tramp-perl-decode): Doc fix. --- lisp/net/tramp.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/net/tramp.el b/lisp/net/tramp.el index a3b343b99ef..b1da1789dda 100644 --- a/lisp/net/tramp.el +++ b/lisp/net/tramp.el @@ -1296,7 +1296,7 @@ while (my $data = ) { '" "Perl program to use for encoding a file. Escape sequence %s is replaced with name of Perl binary. -This string is passwd to `format', so percent characters need to be doubled.") +This string is passed to `format', so percent characters need to be doubled.") (defvar tramp-perl-decode "%s -e ' @@ -1340,7 +1340,7 @@ while (my $data = ) { '" "Perl program to use for decoding a file. Escape sequence %s is replaced with name of Perl binary. -This string is passwd to `format', so percent characters need to be doubled.") +This string is passed to `format', so percent characters need to be doubled.") ; These values conform to `file-attributes' from XEmacs 21.2. ; GNU Emacs and other tools not checked. -- 2.30.2